Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @elastic/eui to v100 #1731

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elastic-renovate-prod[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
@elastic/eui dependencies major 99.4.0-borealis.0 -> 100.0.0

Release Notes

elastic/eui (@​elastic/eui)

v100.0.0

Compare Source

  • Added new "Borealis" theme as @elastic/eui-theme-borealis package (#​8030) (#​8386)
  • Updated the default theme value on EuiProvider to "Borealis" (#​8288) (#​8386)
  • Added shared theme code as @elastic/eui-theme-common package (#​8030) (#​8386)
  • Added new semantic color tokens on euiTheme.colors (#​8097) (#​8386)
    • textPrimary
    • textAccent
    • textAccentSecondary
    • textSuccess
    • textWarning
    • textDanger
    • textParagraph
    • textHeading
    • textSubdued
    • textDisabled
    • textInverse
    • backgroundBasePrimary
    • backgroundBaseAccent
    • backgroundBaseAccentSecondary
    • backgroundBaseSuccess
    • backgroundBaseWarning
    • backgroundBaseDanger
    • backgroundBaseSubdued
    • backgroundBasePlain
    • backgroundBaseDisabled
    • backgroundBaseHighlighted
    • backgroundBaseFormsPrepend
    • backgroundBaseFormsControlDisabled
    • backgroundBaseInteractiveHover
    • backgroundBaseInteractiveSelect
    • backgroundBaseInteractiveOverlay
    • backgroundBaseSkeletonEdge
    • backgroundBaseSkeletonMiddle
    • backgroundLightPrimary
    • backgroundLightAccent
    • backgroundLightAccentSecondary
    • backgroundLightSuccess
    • backgroundLightWarning
    • backgroundLightDanger
    • backgroundLightText
    • backgroundFilledPrimary
    • backgroundFilledAccent
    • backgroundFilledAccentSecondary
    • backgroundFilledSuccess
    • backgroundFilledWarning
    • backgroundFilledDanger
    • backgroundFilledText
    • borderBasePrimary
    • borderBaseAccent
    • borderBaseAccentSecondary
    • borderBaseSuccess
    • borderBaseWarning
    • borderBaseDanger
    • borderBasePlain
    • borderBaseSubdued
    • borderBaseDisabled
    • borderBaseFloating
    • borderBaseFormsColorSwatch
    • borderBaseFormsControl
    • borderStrongPrimary
    • borderStrongAccent
    • borderStrongAccentSecondary
    • borderStrongSuccess
    • borderStrongWarning
    • borderStrongDanger
  • Added deprecation for non-semantic color tokens (#​8097) (#​8386)
  • Added new component specific tokens on euiTheme.components (#​8097) (#​8386)
    • added components.buttons, components.forms for shared tokens (e.g. components.forms.maxWidth)
  • Added data vis color tokens on euiTheme.colors.vis (#​8112) (#​8386)
    • euiColorVis0
    • euiColorVis1
    • euiColorVis2
    • euiColorVis3
    • euiColorVis4
    • euiColorVis5
    • euiColorVis6
    • euiColorVis7
    • euiColorVis8
    • euiColorVis9
    • euiColorVisBehindText0
    • euiColorVisBehindText1
    • euiColorVisBehindText2
    • euiColorVisBehindText3
    • euiColorVisBehindText4
    • euiColorVisBehindText5
    • euiColorVisBehindText6
    • euiColorVisBehindText7
    • euiColorVisBehindText8
    • euiColorVisBehindText9
    • euiColorVisAsTextLight0
    • euiColorVisAsTextLight1
    • euiColorVisAsTextLight2
    • euiColorVisAsTextLight3
    • euiColorVisAsTextLight4
    • euiColorVisAsTextLight5
    • euiColorVisAsTextLight6
    • euiColorVisAsTextDark0
    • euiColorVisAsTextDark1
    • euiColorVisAsTextDark2
    • euiColorVisAsTextDark3
    • euiColorVisAsTextDark4
    • euiColorVisAsTextDark5
    • euiColorVisAsTextDark6
    • euiColorVisSuccess0
    • euiColorVisSuccess1
    • euiColorVisWarning0
    • euiColorVisDanger0
    • euiColorVisDanger1
    • euiColorVisNeutral0
    • euiColorVisGrey0
    • euiColorVisGrey1
    • euiColorVisGrey2
    • euiColorVisGrey3
    • euiColorVisWarm0
    • euiColorVisWarm1
    • euiColorVisWarm2
    • euiColorVisCool0
    • euiColorVisCool1
    • euiColorVisCool2
    • euiColorVisComplementary0
    • euiColorVisComplementary1
  • Added severity colors to euiTheme.colors.vis (#​8247) (#​8386)
    • euiColorSeverity0
    • euiColorSeverity1
    • euiColorSeverity2
    • euiColorSeverity3
    • euiColorSeverity4
    • euiColorSeverity5
    • euiColorSeverity6
    • euiColorSeverity7
    • euiColorSeverity8
    • euiColorSeverity9
    • euiColorSeverity10
    • euiColorSeverity11
    • euiColorSeverity12
    • euiColorSeverity13
    • euiColorSeverity14
  • Updated color palette functions to support multiple themes by retrieving colors from the new EuiVisColorStore (#​8112) (#​8386)
  • Added new semantic tokens to SCSS variables (#​8097) (#​8386)
  • Added new semantic tokens to static JSON exports (#​8115) (#​8386)
  • Updated mixin functions euiBackgroundColor, euiBorderColor, euiButtonColor, euiButtonFilledColor and euiButtonEmptyColor to return tokens (#​8097) (#​8386)
  • Updated usages of transparentize, shade and tint with tokens (#​8097) (#​8386)
  • Added hooks for color palette functions (#​8284) (#​8386)
    • useEuiPaletteColorBlind
    • useEuiPaletteColorBlindBehindText
    • useEuiPaletteForStatus
    • useEuiPaletteForTemperature
    • useEuiPaletteComplementary
    • useEuiPaletteRed
    • useEuiPaletteGreen
    • useEuiPaletteCool
    • useEuiPaletteWarm
    • useEuiPaletteGray
  • Updated EuiPopover, EuiToolTip, EuiTour and EuiRange with shared popover arrow styles (#​8212pull/8212) (#​8386)
  • Updated border styles on EuiPanel to use pseudo element borders (#​8270) (#​8386)

Bug fixes

  • Fixed EuiComboBox by cleaning duplicated values when having a delimiter prop. (#​8335)

Breaking changes

  • Renamed eui_theme_light.json and eui_theme_dark.json to eui_theme_amsterdam_light.json and eui_theme_amsterdam_dark.json (#​8115) (#​8386)
  • Removed isDefaultTheme (#​8288) (#​8386)

v99.4.0

Compare Source

  • Added quickSelectButtonProps to EuiSuperDatePicker (#​8380)
  • Minor design updates to EuiCollapsibleNavBeta (#​8332)
    • Allow section without a title
    • Second-level icons should be horizontally aligned with the top-level icon
    • Turn off text truncation for nav items

Bug fixes

  • Fixed a bug in EuiHeader where the navigation of EuiCollapsibleNavBeta would render below the EuiFlyout's overlay (#​8325)

Accessibility

  • Improved the accessibility of EuiComboBox by adding aria-setsize and aria-posinset to ensure correct information is provided for its virtualized listbox (#​8333)
  • Improved the EuiAccordionTrigger's screen reader UX by passed aria-hidden to the EuiAccordionArrow to avoid duplicated announcements by screen readers. (#​8342)

v99.4.0-snapshot.1741184063218

Compare Source

v99.4.0-snapshot.1741123162416

Compare Source

v99.4.0-snapshot.1741113124250

Compare Source

v99.4.0-classic.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant